fix(console): standardize Status badge colors (blue Active) on agents + brokers - #116
Conversation
…ine) Registration/broker token Status badges now use the same variants as the eval-agents token Status column: Revoked → destructive, Active → outline (was deep-red / blue backgrounds). 🤖 Built with SMT <smt@agora.build>
🤖 Codex Code ReviewNo findings.
Tests not run; not necessary for this small presentational change. |
🤖 Claude Code ReviewThe change is a two-line, purely presentational swap and it does exactly what the title claims. Verified:
Minor, optional: the live-state badges in this same file ( Looks good to merge. |
Standardize the token Status badges across the eval-agents and brokers pages: Active → blue background (bg-blue-500), Revoked → destructive. 🤖 Built with SMT <smt@agora.build>
🤖 Codex Code ReviewFindings
No security, auth, injection, credential exposure, performance, or edge-case issues found in this small UI-only change. |
🤖 Claude Code ReviewPurely cosmetic two-line change to badge styling. No security, logic, or performance concerns — no data flow, conditionals, or API surface is touched. The Two minor points on the other half of the change:
In the dark theme ( There's a small contrast consequence: Slight consistency regression vs. #114
|
Summary
Standardize the token Status badges across the eval-agents and brokers console pages so both read identically:
bg-blue-500)variant="destructive"Files:
admin-brokers.tsx(Manage Brokers) andconsole-eval-agents.tsx(Agents token table).Scope
Client-only. No schema/server/behavior changes.
Generated with SMT smt@agora.io